home *** CD-ROM | disk | FTP | other *** search
- ;************************************************************************************************************
- ; CAR SETTINGS
- ;
- ; Axes: x = looks to the right of the car (viewed from the back to front)
- ; y = looks up
- ; z = looks forward.
- ;
- ; Note: The chassis'wheelbase, axles' trackwidths and the wheels radius
- ; are taken from the car's graphical model.
- ;************************************************************************************************************
- ; GENERAL SETTINGS
-
- [General]
- ;************************************************************************************************************
- ; CHASSIS
-
- [Chassis]
- Mass=600; [Kg]
- Ix=800; [Kg.m2]
- Iy=800; [Kg.m2]
- Iz=300; [Kg.m2]
- CG height=0.10; [m] the => height of the gravity center from the chassis' base
- Front area=0.7; [m2]
- Drag coef=0.3; [>0]
- Lift coef=-0.35; [<0]
- Damaged drag coef=1.0; [>0]
- Damaged lift coef=0.3; [>0]
- Draft length=10; [m]
- Draft angle=10; [deg]
- ;************************************************************************************************************
- ; STEER
-
- [Steer]
- Damaged angle= 30; [deg]
- ;************************************************************************************************************
- ; WINGS
-
- [Front Wing]
- Y=0.05; [m] => vertical position of the wing from the chassis' base.
- Z=0.1; [m] => horizontal position of the wing from the axle.
- Area=0.75; [m2]
- Drag coef=1.2; [>0]
- Lift coef=-4.4; [<0]
- Damaged drag coef=2.5; [>0]
- Damaged lift coef=0.3; [>0]
-
- [Rear Wing]
- Y=0.4
- Z=-0.1
- Area=0.95
- Drag coef=1.2
- Lift coef=-4.4
- Damaged drag coef=2.5; [>0]
- Damaged lift coef=0.3; [>0]
- ;************************************************************************************************************
- ; BRAKES
-
- [Brakes]
- Torque=12000
-
- ;************************************************************************************************************
- ; ENGINE
-
- [Engine]
- Tickover=2000; [rpm]
- Revs wear=16700; [rpm]
- Revs max=21000; [rpm]
- Inertia=10; [1/s]
- Brake torque=80; [N.m]
- Fuel consum=0.028; [Kg/s]
- No fuel penalty=0.4; [0..1] => 0 = engine stops, 1 = no penalty.
-
- [Fuel Tank]
- Capacity=100; [Kg]
- ;************************************************************************************************************
- ; TRANSMISSION
-
- [Drivetrain]
- Type=1; {0=FWD, 1=RWD}
-
- [Differential]
- Ratio=6; [>0] the transfer ratio.
- Start slip=0.02; [>0] the left-right slip ratio difference at which the torque transfer starts.
- Factor=1; [0..1] the engine torque transfer factor.
-
- [Clutch]
- Release time=5.5; [s]
-
-
- ;************************************************************************************************************
- ; AXLES
-
- [Front Axle]
- Compressed=0.001; [m] => suspensions compressed
- Extended=0.125; [m] => susspensions extended
- Damaged antirollbar=0.9;[>0] the damaged antirollbar's spring rate reduction
- Damaged suspensions=0.5;[>0] the damaged suspensions' spring rate reduction
- Damaged dumpers=0.000; [>0] the damaged suspensions' dumper rate reduction
-
- [Rear Axle]
- Compressed=0.001; [m] => suspensions compressed
- Extended=0.125; [m] => susspensions extended
- Damaged antirollbar=0.9;[>0] the damaged antirollbar's spring rate reduction
- Damaged suspensions=0.5;[>0] the damaged suspensions' spring rate reduction
- Damaged dumpers=0.000; [>0] the damaged suspensions' dumper rate reduction
- ;************************************************************************************************************
- ; WHEELS
-
- [Wheels]
- Ix=1.2
- Rolling Resistance=0.01
- ;************************************************************************************************************
- ; TIRES
-
- [WET Front Tire]
- Rigidity=0
- Dynnamic friction=0.8
- Wet friction=0.8
- Operating load=1.5
- Max load=4
- Long mu at operating load=1.7
- Long mu at max load=1.4
- Lat mu at operating load=1.8
- Lat mu at max load=1.4
- Long stiff at operating load=50
- Long stiff at max load=45
- Lat stiff at operating load=120
- Lat stiff at max load=80
-
- [WET Rear Tire]
- Rigidity=0
- Dynnamic friction=0.8
- Wet friction=0.8
- Operating load=1.5
- Max load=4
- Long mu at operating load=1.7
- Long mu at max load=1.4
- Lat mu at operating load=1.9
- Lat mu at max load=1.4
- Long stiff at operating load=50
- Long stiff at max load=45
- Lat stiff at operating load=120
- Lat stiff at max load=80
-
- [SLICK Front Tire]
- Rigidity=0
- Dynnamic friction=0.8
- Wet friction=0.5
- Operating load=1.5
- Max load=4
- Long mu at operating load=1.8
- Long mu at max load=1.5
- Lat mu at operating load=1.8
- Lat mu at max load=1.5
- Long stiff at operating load=50
- Long stiff at max load=45
- Lat stiff at operating load=120
- Lat stiff at max load=80
-
- [SLICK Rear Tire]
- Rigidity=0
- Dynnamic friction=0.8
- Wet friction=0.5
- Operating load=1.5
- Max load=4
- Long mu at operating load=1.8
- Long mu at max load=1.5
- Lat mu at operating load=1.9
- Lat mu at max load=1.5
- Long stiff at operating load=50
- Long stiff at max load=45
- Lat stiff at operating load=120
- Lat stiff at max load=80
-
-
- ;************************************************************************************************************
-